ComponentOne Bitmap for WPF
C1.WPF.DX.4.6.2 Assembly / C1.Util.DX.Direct2D Namespace / Geometry Class / GetWidenedBounds Method / GetWidenedBounds(Single,StrokeStyle,Nullable<Matrix3x2>,Single) Method

In This Topic
    GetWidenedBounds(Single,StrokeStyle,Nullable<Matrix3x2>,Single) Method
    In This Topic
    HRESULT ID2D1Geometry::GetWidenedBounds([In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[Out] D2D_RECT_F* bounds)
    Syntax
    'Declaration
     
    Public Overloads Function GetWidenedBounds( _
       ByVal strokeWidth As Single, _
       ByVal strokeStyle As StrokeStyle, _
       ByVal worldTransform As Nullable(Of Matrix3x2), _
       ByVal flatteningTolerance As Single _
    ) As RectF

    Parameters

    strokeWidth
    strokeStyle
    worldTransform
    flatteningTolerance
    See Also